home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 3576 / 3576.xpi / chrome / googleshortcuts.jar / content / googlebuttonsSettings.xul < prev   
Extensible Markup Language  |  2009-12-06  |  3KB  |  85 lines

  1. <?xml version="1.0"?>
  2. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
  3. <?xml-stylesheet href="chrome://googlebuttons/skin/tut_overlay.css" type="text/css"?>
  4. <!DOCTYPE window SYSTEM "chrome://googlebuttons/locale/googlebuttons.dtd">
  5.  
  6. <prefwindow
  7.     type="prefwindow"
  8.     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  9.     buttons="extra1, cancel"
  10.     buttonlabelextra1="&settingsAcceptButton;"
  11.     onload="de.soerenrinne.GoogleButtons.Settings.loadOptions();"
  12.     ondialogaccept="de.soerenrinne.GoogleButtons.Settings.saveOptions();"
  13.     ondialogextra1="de.soerenrinne.GoogleButtons.Settings.saveOptions();"
  14.     title="&settingsTitle;"
  15.     autostretch="always"
  16.     width="700"
  17.     height="600">
  18. <script type="application/x-javascript" src="chrome://googlebuttons/content/googlebuttonsSettings.js" />
  19.  
  20.     <!--<prefpane id="saveoptions" label="Backups">
  21.         <preferences>
  22.             <preference id="pref-backup" name="de.soerenrinne.googlebuttons.Accounts" type="bool"/>
  23.         </preferences>
  24.         <checkbox label="Automatically Save Backups" preference="pref-backup"/>
  25.         <textbox label="Duration:" preference="pref-backupduration"/>
  26.     </prefpane>-->
  27.     
  28.     <prefpane id="servicesoptions" label="&settingsServicesTab;" image="chrome://googlebuttons/skin/servicesSettingsButton.png">
  29.         <groupbox>
  30.             <caption label="&settingsCaption;"/>
  31.             <hbox>
  32.                 <vbox id="vbox1">
  33.                 </vbox>
  34.                 <vbox id="vbox2">
  35.                 </vbox>
  36.                 <vbox id="vbox3">
  37.                 </vbox>
  38.                 <vbox id="vbox4">
  39.                 </vbox>
  40.             </hbox>
  41.             <hbox>
  42.                 <vbox>
  43.                     <separator class="thin"/>
  44.                     <hbox>
  45.                         <checkbox id="settings" label="&settingsButton;" src="chrome://googlebuttons/skin/settings.gif"/>
  46.                         <spacer flex="1"/>
  47.                     </hbox>
  48.                 </vbox>
  49.             </hbox>
  50.         </groupbox>
  51.     </prefpane>
  52.     
  53.     <prefpane id="displayoptions" label="&settingsDisplayTab;" image="chrome://googlebuttons/skin/displaySettingsButton.png">
  54.         <vbox>
  55.             <groupbox flex="1">
  56.                 <caption label="&settingsDisplayCaption;"/>
  57.                 <radiogroup id="settingsDisplay">
  58.                     <vbox>
  59.                         <radio id="toolbar" label="&settingsDisplayToolbar;" />
  60.                         <radio id="dropdown" label="&settingsDisplayDropdown;" />
  61.                     </vbox>
  62.                 </radiogroup>
  63.             </groupbox>
  64.             <groupbox flex="1">
  65.                 <caption label="&settingsOrientationCaption;"/>
  66.                 <hbox>
  67.                     <radiogroup id="settingsOrientation">
  68.                         <vbox>
  69.                             <radio id="orient_horizontally" label="&settingsOrientationHori;" />
  70.                             <radio id="orient_vertically" label="&settingsOrientationVerti;" />
  71.                         </vbox>
  72.                     </radiogroup>
  73.                 </hbox>
  74.             </groupbox>
  75.             <groupbox flex="1">
  76.                 <caption label="&settingTabCaption;"/>
  77.                 <vbox>
  78.                     <checkbox id="openintab" label="&settingTabAlwaysOpenNew;"/>
  79.                     <checkbox id="focustab" label="&settingTabNotFocus;"/>
  80.                 </vbox>
  81.             </groupbox>
  82.         </vbox>
  83.     </prefpane>
  84. </prefwindow>
  85.